Skip to content

Fix Genres (VueJs)#680

Merged
eugene-andreev merged 1 commit into
mainfrom
fix-genres
Jun 8, 2026
Merged

Fix Genres (VueJs)#680
eugene-andreev merged 1 commit into
mainfrom
fix-genres

Conversation

@eugene-andreev

@eugene-andreev eugene-andreev commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

It is observed, that the VueJs sends the requests like GET('/Books?$expand=author,genre,currency${etc}') that leads to selecting the virtual elements for the hierachies.
Fix it by specifying only required elements: GET('/Books?$expand=author,genre($select=ID,name),currency${etc}')

@eugene-andreev eugene-andreev requested a review from agoerler June 8, 2026 08:16
@eugene-andreev eugene-andreev enabled auto-merge (squash) June 8, 2026 08:23
@eugene-andreev eugene-andreev merged commit 5c0231d into main Jun 8, 2026
2 checks passed
@eugene-andreev eugene-andreev deleted the fix-genres branch June 8, 2026 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants